home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / dosutil2 / dpath.doc < prev    next >
Text File  |  1993-01-01  |  4KB  |  89 lines

  1. DPATH gives programs a directory path search capability to
  2. find data files and program overlays.  This is especially
  3. useful for hard disks so that copies of overlays for programs
  4. such as WordStar need not be kept in each directory where
  5. the program is used.
  6.  
  7. To use DPATH, download DPATH.BIN using XMODEM or another
  8. binary file transfer protocol, and rename it to DPATH.COM.
  9. Then type DPATH followed by a series of path names separated
  10. by semicolons (the same syntax as used by the DOS 2.X PATH
  11. command).  The first time DPATH is typed after booting,
  12. the message 'Resident part of DPATH loaded' appears and the
  13. size of DOS increases by 544 bytes.  After this, when a
  14. program opens a file for reading, the file will be searched
  15. for in the current directory.  If it is not in the current
  16. directory, it will be searched for in the directories
  17. specified in the last DPATH command (in the order that they
  18. were specified).  Files that are opened for writing will
  19. be opened in the current directory.
  20.  
  21. To set a new data path search, enter DPATH followed by a
  22. new list of paths.  Those new paths will replace the old
  23. ones.  If DPATH ; is entered, all search paths will be reset.
  24. If DPATH is entered with no argument, the current search
  25. paths are displayed.
  26.  
  27. Restrictions:
  28. DPATH will work with most (but not all) programs that are
  29. written to work under DOS 1.1.  It will not work with
  30. most programs that run only under DOS 2.X.  Whether a
  31. program works or not is determined by how it opens files
  32. that it uses.
  33.  
  34. Programs that are known to work with DPATH:
  35.   1.  WordStar (for overlays).
  36.   2.  Computer Innovations C86 compiler (for #include
  37.       files).
  38.  
  39. Programs that are known not to work with DPATH:
  40.   1.  IBM assembler (for include files).
  41.  
  42.  
  43.                                 David Micon 74216,2045
  44. DPATH gives programs a directory path search capability to
  45. find data files and program overlays.  This is especially
  46. useful for hard disks so that copies of overlays for programs
  47. such as WordStar need not be kept in each directory where
  48. the program is used.
  49.  
  50. To use DPATH, download DPATH.BIN using XMODEM or another
  51. binary file transfer protocol, and rename it to DPATH.COM.
  52. Then type DPATH followed by a series of path names separated
  53. by semicolons (the same syntax as used by the DOS 2.X PATH
  54. command).  The first time DPATH is typed after booting,
  55. the message 'Resident part of DPATH loaded' appears and the
  56. size of DOS increases by 544 bytes.  After this, when a
  57. program opens a file for reading, the file will be searched
  58. for in the current directory.  If it is not in the current
  59. directory, it will be searched for in the directories
  60. specified in the last DPATH command (in the order that they
  61. were specified).  Files that are opened for writing will
  62. be opened in the current directory.
  63.  
  64. To set a new data path search, enter DPATH followed by a
  65. new list of paths.  Those new paths will replace the old
  66. ones.  If DPATH ; is entered, all search paths will be reset.
  67. If DPATH is entered with no argument, the current search
  68. paths are displayed.
  69.  
  70. Restrictions:
  71. DPATH will work with most (but not all) programs that are
  72. written to work under DOS 1.1.  It will not work with
  73. most programs that run only under DOS 2.X.  Whether a
  74. program works or not is determined by how it opens files
  75. that it uses.
  76.  
  77. Programs that are known to work with DPATH:
  78.   1.  WordStar (for overlays).
  79.   2.  Computer Innovations C86 compiler (for #include
  80.       files).
  81.  
  82. Programs that are known not to work with DPATH:
  83.   1.  IBM assembler (for include files).
  84.  
  85. If you would like to have me upload the source, please
  86. contact me.
  87.  
  88.                                 David Micon 74216,2045
  89.